WinUI | ComponentOne
C1.WinUI.DateTimeEditors Assembly / C1.WinUI.DateTimeEditors Namespace / NullablePropertyChangedEventArgs<T> Class / NewValue Property
In This Topic
    NewValue Property (NullablePropertyChangedEventArgs<T>)
    In This Topic
    The value of the property after the change.
    Syntax
    public Nullable<T> NewValue {get; set;}
    See Also